projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12126f
)
(defimage): Add `doc-string' declaration.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 24 Oct 2005 16:43:03 +0000
(16:43 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 24 Oct 2005 16:43:03 +0000
(16:43 +0000)
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index d9120b9bd323435480351e65e72540aa2a3c5210..87102dd34e447c249f77e7a47c9849d31e2cc41a 100644
(file)
--- a/
lisp/image.el
+++ b/
lisp/image.el
@@
-430,10
+430,11
@@
Example:
(defimage test-image ((:type xpm :file \"~/test1.xpm\")
(:type xbm :file \"~/test1.xbm\")))"
+ (declare (doc-string 3))
`(defvar ,symbol (find-image ',specs) ,doc))
(provide 'image)
-;;
;
arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3
+;; arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3
;;; image.el ends here